/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text sdsds*/

body {
    padding-bottom: 0px;
    color: #5a5a5a;
}

@keyframes noop {
  0%   { margin-bottom: 0; }
  100% { margin-bottom: 1em; }
}
html,
body {
    height: 100%;
}
.hidden2{
    display: none !important;
}
.carousel,
.item,
{
    height: 100%;
}

.carousel-inner {
    height: 100%;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
    border: 0px;
}
.navbar-wrapper {
    position: relative;
    z-index: 20;
}
.navbar-brand {
    padding: 10px 40px 10px 10px;

}

.navbar-brand img {
    height: 30px;

}

.navbar-wrapper ul {
    list-style: none !important; /* IE FIX */

}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    text-align: center;
}
/*vladan */
ul#horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: calc(100% - 177px);
  height: 50px;
  overflow-y: hidden;
}
@media(max-width: 768px) {
    ul#horizontal {
        width: 50%;
    }
}
ul#horizontal:hover {
   overflow-y:visible; 
   height: auto;
}
ul#horizontal > #show {
    overflow-y: inherit;
}
ul#horizontal > #show ul {
    background: white;
}
ul#horizontal > #show a:focus {
    color: #9d9d9d;
}
ul#horizontal > #show ul:hover{
    color: #9d9d9d;
}
ul#horizontal > #show > #hor_a:hover {
    color: #fff;
}
#horizontal li {
  float: left;
}

#horizontal a:link,
div.horizontal a:visited {
  text-decoration: none;
}

#horizontal a {
  display: block;
}

#horizontal li.hideshow ul {
  position: absolute;
  background: #f3f3f3;
  display: none;
  left: 0px;
}

#horizontal li.hideshow {
  position: relative;
}

/*
@media (min-width: 1200px) {
  #show {
    display: none !important;
  }
}*/



/* ==== vladan kraj */
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



.jumbotron {
    background: #074f73; /* Old browsers */
    background: -moz-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #074f73), color-stop(100%, #0088cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* IE10+ */
    background: linear-gradient(45deg, #074f73 0%, #0088cc 100%); /* W3C */
    margin-top: -91px;
    color: #fff;
    padding-bottom: 20px !important;
    padding-top: 90px !important;
}

footer {
    padding: 30px 30px 20px 30px;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

footer .links a {
    margin-right: 20px;
}
footer .navbar-nav {
    float: none;
    display: inline-block;
    margin: auto 0;
}
#footer-body ul > li > a{
    color: white;
    cursor: pointer;
}
/* CUSTOMIZE THE CAROUSEL for the header
-------------------------------------------------- */

/* Carousel base class */
#portalHeader {
    margin-bottom: 20px;

    /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    margin-top: -91px;
    min-height: 300px;
}
.caption {
    bottom: 100px !important;
}
#portalHeader .carousel-inner {
    position: absolute !important;
    top:0;
    left: 0;
}

/* Since positioning the image, we need to help out the caption */
#portalHeader .carousel-caption {
    z-index: 10;
    text-shadow: 0 0 30px #000;
}

/* Declare heights because of positioning of img element */
#portalHeader .item {
    background-color: #777;
    width: 100%;
    overflow: hidden;
}

#portalHeader .carousel-inner > .item > img {
    width: auto;
    min-width: 100%;
    max-width: none;

    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

/* CONTENTS */


#content section {
    margin-bottom: 50px;
}

.portal-page .container section {
    margin-top: 30px;
}

section img {
    max-width: 100%;
}

.pimcore_area_gallery-folder .thumbnail, .pimcore_area_gallery-single-images .thumbnail {
    margin-bottom: 20px;
}

.teaser {
    text-align: center;
    margin-bottom: 30px;
}

.teaser img {
    width: 100%;
    height: auto;
}

.thumbnail-examples .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.thumbnail-examples .img-container {
    height: 139px;
    background: url(/website/static/img/transparent-background-placeholder.png);
}


.image-hotspot {
    position: absolute;
    background: rgba(235, 105, 9, 0.2);
}

.image-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2aabeb;
}

.blog .list img {
    max-width: 100%;
    height: auto;
}

.blog .filters .box {
    padding: 10px;
    margin-bottom: 30px;
    background-color: #f7f5fa;
    border-radius: 5px;
}

.blog .filters .box h4 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #5a5a5a;
}

.disqus {
    margin-top: 30px;
}
.panel{
    border-radius: 0px;
}
.content-main{
    padding-top: 20px;
}
/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
    position: static;
}

/* First level of nav */
.bs-sidenav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top:    10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    background-color: #f7f5fa;
    border-radius: 0px;

   
}
.active > .nav {
    margin-left: 15px;
}
/* All levels of nav */
.bs-sidebar .nav > li > a {
    display: block;
    color: #716b7a;
    padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e3e9;
    border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
    font-weight: bold;
    color: #563d7c;
    background-color: transparent;
    /* border-right: 1px solid #563d7c; */
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none; /* Hide by default, but at >768px, show it */
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.languages {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}

.languages a {
    width: 24px;
    height: 12px;
    overflow: hidden;
    margin-left: 5px;
    display: inline-block;
    border: 2px solid #999;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-size: 0;
}

.languages a:hover {
    border-color: #fff;
}

.languages .de {
    background-image: url(/website/static/img/de.png);
}

.languages .en {
    background-image: url(/website/static/img/en.png);
}

.sidebar .teaser {
    margin-bottom: 30px;
    background-color: #f7f5fa;
    border-radius: 5px;
    padding-bottom: 5px;
}

.sidebar .teaser img {
    max-width: 100%;
}

.sidebar .teaser h2, .sidebar .teaser > div {
    padding: 0 10px;
}

.dropdown-menu {
    top: -2000px;
}

.carousel-caption {
    text-shadow: 0 0 5px #000;
}

.carousel-indicators.preview {
    bottom: -10px;
    width: 100%;
    margin-left: -50%;
}
#horizontal .dropdown-menu {
    width: auto;
}
#horizontal .dropdown-menu li {
    width: 100%;
}
/* Indicators list style */
.carousel-indicators.preview li {
    border: medium none;
    border-radius: 0;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.carousel-indicators.preview img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
    opacity: 0.7;
}
/* Indicators active image style */
.carousel-indicators.preview .active img {
    border: 2px solid #428BCA;
    opacity: 1;
}

.portal-page .gallery .carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}


.teaser-icon > .icon {
    text-align: center;
    position: relative;
}

.teaser-icon > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #428bca;
    vertical-align: middle;
}

.teaser-icon > .icon:hover > .image {
    background: #333;
}

.teaser-icon > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
    top: 5px !important;
    left:0;
}

.teaser-icon > .icon:hover > .image > i {
    color: white !important;
}

.teaser-icon > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.teaser-icon > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.teaser-icon > .icon > .info > p, .teaser-icon > .icon > .info > div {
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.teaser-icon > .icon:hover > .info > h3.title, .teaser-icon > .icon:hover > .info > p, .teaser-icon > .icon:hover > .info > .more > a {
    color: #222;
}

.teaser-icon > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.teaser-icon > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #428bca;
}

.teaser-icon .space {
    height: 30px;
}


.tabbed-slider {
    padding-bottom: 30px;
}

.tabbed-slider .nav a small {
    display: block;
}

.tabbed-slider .nav {
    background: #eee;
}

.tabbed-slider .nav-justified > li > a {
    border-radius: 0px;
}

.tabbed-slider .carousel-inner .item {
    height: 300px;
    overflow: hidden;
}

.tabbed-slider .carousel-inner .item-0, .tabbed-slider .nav-pills .item-0.active a { background-color: #0072ce; }
.tabbed-slider .carousel-inner .item-1, .tabbed-slider .nav-pills .item-1.active a { background-color: #eaaa00; }
.tabbed-slider .carousel-inner .item-2, .tabbed-slider .nav-pills .item-2.active a { background-color: #9e007e; }
.tabbed-slider .carousel-inner .item-3, .tabbed-slider .nav-pills .item-3.active a { background-color: #bfb800; }
.tabbed-slider .carousel-inner .item-4, .tabbed-slider .nav-pills .item-4.active a { background-color: #00216c; }

/* CSS Document for the new Product Listing Page of MULTITECH */

/*.navbar-default                         { background:#f4f3fd; border-bottom:1px solid #e5e5e5; min-height:110px;} 
.navbar-brand                           { width:250px; } 
.content-main-background                { background:url(../new-images/content-main-background.png) center top repeat-x;}*/

/* PAGE TITLE */
.page-title                             { margin-bottom:40px;}

/* PRODUCT FILTRATION */
.product-filtration                     { -webkit-font-smoothing: antialiased;}
.product-filtration .panel              { border-radius:0; margin-top: -1px!important;}
.product-filtration .panel-collapse     { margin-top:0;}
.product-filtration .panel-body         { padding-bottom:15px; }
.product-filtration .panel-title        { font-size:14px; color:#716b7a; font-weight:bold; }
.product-filtration .panel-heading      { border-radius:0;}
.pannel-heading-active                  { background:#468cc8!important; outline: 1px solid #468cc8!important;}
.pannel-heading-active a                { color:#fff!important; }
.pannel-heading-active a:after          { color:#fff!important; }
.collapse-title h4                      { background:#0071ba; margin: 0; padding: 20px 15px; color: #fff; text-transform: uppercase; font-weight: bold; -webkit-font-smoothing: antialiased;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.pdf-holder                             { border:1px solid #ddd; padding:20px; text-align:center; box-sizing:border-box; margin-bottom:20px; }
.pdf-holder img                         { width:100%; margin-bottom:20px; }
.pdf-holder .btn                        { width:100%; margin-bottom:0px; }

.panel-title a                          { position:relative; display:block;}
.panel-title a:after                    { content:"";position:absolute; right:0;top: 5px; width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #716b7a transparent; }
.panel-title a.collapsed:after          { width: 0; height: 0; border-style: solid;border-width: 6px 6px 0 6px;border-color: #716b7a transparent transparent transparent; } 
.pannel-heading-active .panel-title a.collapsed:after           { border-color: #fff transparent transparent transparent;}

.form-sorting                           { border:1px solid #ddd; padding:10px; background:#f5f5f5; box-sizing:border-box; border-radius:4px; margin-bottom:20px;}
.form-sorting .form-control             { border-radius:4px;}
.form-sorting label                     { font-weight:normal; color:#716b7a; display:block;}

@media only screen and (min-width : 768px) {
.form-sorting-right                     { float:right;}
.form-sorting label                     { display:inline;}
}

/* PRODUCT LIST */
.list-product-wrap                      { border:1px solid #ddd; box-sizing:border-box; display: block; -webkit-font-smoothing: antialiased;}
.list-img-wrap                          { border-bottom:1px solid #ddd; height:0; padding-bottom:50%; overflow:hidden; position:relative; }
.list-img-wrap img                      { min-width:60%; position:absolute; left:20%; top:10%; width:60%; max-width:60%;}
.list-foot-wrap                         { border:1px solid #ddd; box-sizing:border-box; background:#f5f5f5; border-top:none;width: 100%;margin-bottom:20px; position:relative;}
.list-foot-wrap p                       { color:#468cc8; line-height:24px;  width:49%; margin:0; display:inline-block;box-sizing:border-box;text-align:center;height: 40px;line-height: 40px;}
.list-foot-wrap a                       { width:50%;  display:inline-block; box-sizing:border-box;text-align:center;padding: 10px 15px; background:#468cc8; outline:1px solid #468cc8; color:#fff; position:absolute; right:0; bottom:0;}
.list-foot-wrap a:hover                 { background-color: #3071a9;}

/* PAGINATION */
.pagination                             { width:auto!important; }



/* *********************************************************************************************************************/
/* CODE UNDERNEATH THIS LINE IS OPTIONAL....*/
/* I have fixed some issues in the responsive navigation menus and some overflow issues you have right now in the site */
/* *********************************************************************************************************************/

/* NAVIGATION MENUS FIX */
/*.navbar-toggle                          { padding: 9px 8px; }
.utility-navbar-toggle .icon-bar ,
.navbar-toggle .icon-bar                { width: 26px; }

.navbar-default .navbar-toggle:hover ,
.navbar-toggle:hover, 
.navbar-toggle:focus                    { background:#0071ba;}

.navbar-default .navbar-toggle:hover .icon-bar ,
.navbar-toggle:hover .icon-bar, 
.navbar-toggle:focus .icon-bar          { background:#fff!important;}*/

/*@media only screen and (max-width: 992px) and (min-width: 300px) {
.utility-navbar-collapse                { max-width:none; float: left !important; padding:0 0 0 5px; margin:10px 0 0 0; width: 100%;}
.utility-nav ul                         { width: calc(100% - 7px);width: -moz-calc(100% - 7px);}
.utility-nav ul li                      { margin-right: 0; text-align: left; margin-bottom: 0px; width: 100%; border-top: 1px solid rgba(255,255,255,0.2); height: 40px; line-height: 40px;}

.nav.navbar-nav                         { margin: 30px 0 0;}
.navbar-nav li a                        { float: left; width: 100%;}
.navbar-default .navbar-nav>li>a        { padding-left:0; font: 18px/20px 'Open Sans', sans-serif;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus   { font: 18px/20px 'Open Sans', sans-serif;}
.nav > li                               { border-top: 1px solid #e5e5e5; float: left; width: 100%; padding: 4px 0;}
}*/

/* OVERFLOW FIX : Applies only to navigation bars */
/* I have added this code because things were getting overflowed outside of the main container box which made a horizontal scroll appear on mobile devices, as well as things were getting cut off */
/*@media only screen and (min-width : 768px) {
.navbar-nav, 
.utility-nav                            { margin-right: 0px !important; }
}*/

@media (min-width: 768px) {

    .teaser {
        margin-bottom: 0;
    }

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        padding: 10px 10px 40px 10px;
    }
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-nav {
        float: none;
        display: inline-block;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    /* Bump up size of carousel content */
    #portalHeader {
        min-height: 600px;
    }

    #portalHeader .carousel-caption h1 {
        font-size: 75px;
    }
    #portalHeader .carousel-caption {

        top: 40% !important;
    }
    .carousel-caption .caption {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 1.4;
    }

    .dropdown-menu {
        top: 100%;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        padding-bottom: 0px;
    }
}


/* Show and affix the side nav when space allows it */
 
 @media screen and (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 80px;
    }
    .bs-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }
    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .languages {
        display: block;
    }
    .navbar-header {
        padding-bottom: 2px;
        line-height: 0px;
    }

}
 

@media screen and (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 263px;
    }

}
@media  (max-width: 768px) {

    ul#horizontal {
        overflow: visible;
    }
    #horizontal li {
        float: none;
    }
}


